mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-03 13:53:09 +00:00
1 line
1.6 MiB
1 line
1.6 MiB
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<usize> 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 <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.","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> 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","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<Arc<AtomicU64>>,\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<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(()) }\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<u64>,\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<Caps> 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<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)))) }\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<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()) }\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<F>(self, configurator: F) -> Self where F: FnOnce(YourWorkloadBuilder) -> YourWorkloadBuilder;\n} 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 }\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<Caps> YourExpectationDslExt for testing_framework_core::scenario::Builder<Caps> { 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<Runner, Self::Error> { // 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=<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.","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=<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","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 <git_sha> # 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 <container-id>","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 <container-id-or-name> # 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 <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: 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 <container-id>:/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=<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=<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.","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<br/>decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics<br/>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<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)","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<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()\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<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","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=<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\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 <container-id> 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-<uuid>-validator-0-1 where <uuid> 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 <container-id> # 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 <container-id> 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 <container-id> /bin/sh\ndocker 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\nkubectl config view --minify | grep namespace # All validator pods (add -n <namespace> 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 <actual-pod-name> # 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 <actual-pod-name> > 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 <namespace> if needed)\nkubectl get pods -l nomos/logical-role=validator\nkubectl get pods -l nomos/logical-role=executor\nkubectl describe pod <actual-pod-name> # 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=<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.","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 <mode> 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 <duration> -v <validators> -e <executors> <mode>\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 <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.","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<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","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 <name> 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 <name> 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<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","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}}}}); |